Dashboard Temp Share Shortlinks Frames API

huxn-webdev - HTMLify profile

files of /huxn-webdev/HTML-CSS-JavaScript-100-Projects/46. Browse File Upload/

app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/46. Browse File Upload/app.js
9 Views
0 Comments
const upload = document.querySelector("input");
const image = document.querySelector(".img img");
const close = document.querySe
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/46. Browse File Upload/index.html
14 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/46. Browse File Upload/style.css
8 Views
0 Comments
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: sans-serif;
}

body {